home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TFRMFAVORITES / TFRMFAVORITES.txt
Encoding:
Text File  |  1999-02-01  |  638 b   |  33 lines

  1. object FrmFavorites: TFrmFavorites
  2.   Left = 200
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select an URL from the Internet Explorer favorites'
  6.   ClientHeight = 276
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object TreeView: TTreeView
  15.     Left = 8
  16.     Top = 8
  17.     Width = 249
  18.     Height = 161
  19.     Indent = 19
  20.     ParentColor = False
  21.     TabOrder = 0
  22.   end
  23.   object Button1: TButton
  24.     Left = 344
  25.     Top = 80
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Button1'
  29.     TabOrder = 1
  30.     OnClick = Button1Click
  31.   end
  32. end
  33.